Browse Source

Test case update

Lucas de Souza 6 years ago
parent
commit
cf8e755f1f
1 changed files with 1 additions and 4 deletions
  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) {