瀏覽代碼

Test case update

Lucas de Souza 6 年之前
父節點
當前提交
cf8e755f1f
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      tests/test13.spec.js

+ 1 - 4
tests/test13.spec.js

@@ -2,14 +2,11 @@ import Lexers from './../grammar/';
 import {
     IVProgParser
 } from './../js/ast/ivprogParser';
-import {
-    SyntaxError
-} from './../js/ast/SyntaxError';
 
 describe('A complete program code', () => {
     let input = `programa {
       
-      const real PI = 5.5
+      const real PI = 5.7e-10
       inteiro V = -10*2
 
       funcao inteiro test(real i) {