Index: tests/linking/.expect/nostdlib.txt
===================================================================
--- tests/linking/.expect/nostdlib.txt	(revision 92a97685f5aabd9745b94f924132f4ef5f9d6868)
+++ 	(revision )
@@ -1,1 +1,0 @@
-NO
Index: tests/linking/nostdlib.cfa
===================================================================
--- tests/linking/nostdlib.cfa	(revision 92a97685f5aabd9745b94f924132f4ef5f9d6868)
+++ 	(revision )
@@ -1,34 +1,0 @@
-//
-// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
-//
-// The contents of this file are covered under the licence agreement in the
-// file "LICENCE" distributed with Cforall.
-//
-// nostdlib.cfa --
-//
-// Author           : Thierry Delisle
-// Created On       : Tue Jul 16 12:14:39 2019
-// Last Modified By :
-// Last Modified On :
-// Update Count     :
-//
-
-extern _Bool threading_enabled(void) __attribute__((weak));
-
-int main() {
-	if(threading_enabled) {
-		if(threading_enabled()) {
-			printf("YES\n");
-		} else {
-			printf("NO\n");
-		}
-	} else {
-		printf("NO LIB\n");
-	}
-	return 0;
-}
-
-// Local Variables: //
-// tab-width: 4 //
-// compile-command: "cfa nostdlib.cfa" //
-// End: //
Index: tests/linking/withthreads.cfa
===================================================================
--- tests/linking/withthreads.cfa	(revision 92a97685f5aabd9745b94f924132f4ef5f9d6868)
+++ tests/linking/withthreads.cfa	(revision 9421f3d8aa85bb55de754037f302d2e96c392242)
@@ -34,4 +34,4 @@
 // Local Variables: //
 // tab-width: 4 //
-// compile-command: "cfa withthreads.cfa" //
+// compile-command: "cfa nothreads.cfa" //
 // End: //
