diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-02 13:37:24 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-02 13:37:24 -0800 |
commit | d2b0d9924aa9a3603b0b16bd957832faf503c32d (patch) | |
tree | df1b2431d5c2a67756891cbfcc949da524791dc2 /src/compiler.html | |
parent | 12e85d4ab3fb0447d60165c6ca00296ae0fce9ce (diff) |
various fixes from js strict mode testing
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> |