From fd21b057eb48b94d46915f0a7ac2c8146ffd4780 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 13 Oct 2023 13:37:27 +0200 Subject: [PATCH] Missing target directive in test. --- test/test_suite/dynamic/null_and_protocol.c3t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_suite/dynamic/null_and_protocol.c3t b/test/test_suite/dynamic/null_and_protocol.c3t index fc41c4930..2e69ee053 100644 --- a/test/test_suite/dynamic/null_and_protocol.c3t +++ b/test/test_suite/dynamic/null_and_protocol.c3t @@ -1,6 +1,5 @@ +// #target: macos-x64 module test; -import std::io; -import std::time; protocol Test {}