From 18461a9215b001bc21dc19861cc4796fd7b1cc83 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 27 May 2026 13:39:26 -0400 Subject: [PATCH] compiler: Remove Too-Early Instatiation Reference (3) Signed-off-by: Will Hawkins --- Tests/p4rseTests/ParserCompilerTests.swift | 13 ------------- 1 file changed, 13 deletions(-) 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