summary refs log tree commit diff stats
path: root/test/stuff/test2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/stuff/test2.py')
-rw-r--r--test/stuff/test2.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/stuff/test2.py b/test/stuff/test2.py
deleted file mode 100644
index 21c5a5f9..00000000
--- a/test/stuff/test2.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from code import cli
-import signal
-
-with cli.lock:
-	with cli.lock:
-		print("this will be delayed forever")
-	print("hi!")
revious revision' href='/akkartik/mu/blame/cpp/test_all?h=main&id=3a24d35f7582591e274d0de6fd002b7491c82696'>^
b31aaa21 ^
72d7e2d0 ^
b31aaa21 ^

72d7e2d0 ^
1
2
3
4
5
6
7
8
9
10
11
12

           
               
  
               
                                     
    
 
                                                       

          
                     
#!/bin/bash

for f in [0-9]*
do
  echo "=== $f"
  ./build_and_test_until $f || exit 0
done

echo "=== chessboard"  # our most intensive test so far
rm mu.cc
make clang
mu test chessboard.mu