diff --git a/Tests/p4rseTests/ParserCompilerTests.swift b/Tests/p4rseTests/ParserCompilerTests.swift index 49ff158..285cf6a 100644 --- a/Tests/p4rseTests/ParserCompilerTests.swift +++ b/Tests/p4rseTests/ParserCompilerTests.swift @@ -182,16 +182,3 @@ import P4Lang #expect(#RequireOkResult(SpecialCompilers.ProgramCompiler.Compile(simple))) } - -@Test func test_simple_compiler_with_instantiation() async throws { - let simple_instantiation_program = """ - parser MainParser() { - state start { - transition accept; - } - }; - - MainParser() mp; - """ - #expect(#RequireOkResult(SpecialCompilers.ProgramCompiler.Compile(simple_instantiation_program))) -} \ No newline at end of file