Ensure evaluation does not occur

This commit is contained in:
Mike Pennisi 2017-06-30 16:51:47 -04:00 committed by Rick Waldron
parent 3269aea2ab
commit e27b5e26c8
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ flags: [raw]
"use strict";
"use strict";
throw new Error("This code should not execute");
var public = 1;