UnBCIC-TP2 / Oberon-Scala

An implementation of the Oberon language using Scala
55 stars 118 forks source link

Fix some test cases for the parser and control flow graph - Grupo 5 #92

Closed AngryLeaderBB closed 2 years ago

AngryLeaderBB commented 2 years ago

Changes 2 tests from ignore to test (userTypeSimple07, aritmetic35) in ParserTest.scala:

AngryLeaderBB commented 2 years ago

Changes 2 tests from ignore to test (stmt04, stmt13) in ControlFlowGraphTest.scala:

AngryLeaderBB commented 2 years ago

Fixes the createControlFlowGraph and related functions in ControlFlowGraphBuilder.scala for the SequenceStmt.

Changes 2 tests from ignore to test (stmt11, stmt12) in ControlFlowGraphTest.scala: