diff options
Diffstat (limited to 'src/compiler.html')
-rw-r--r-- | src/compiler.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.html b/src/compiler.html index 69724076..2a268e81 100644 --- a/src/compiler.html +++ b/src/compiler.html @@ -5,7 +5,8 @@ Open the web console to see stderr output <hr> <pre id="output"></pre> <script> -arguments = ['', '../tests/cases/phicubed.ll']; +arguments = ['', '../poppler.ll']; +//arguments = ['', '../tests/cases/phicubed.ll']; </script> <script src="compiler.js"> </script> |