Missing target directive in test.

This commit is contained in:
Christoffer Lerno
2023-10-13 13:37:27 +02:00
parent e81e91be93
commit fd21b057eb

View File

@@ -1,6 +1,5 @@
// #target: macos-x64
module test;
import std::io;
import std::time;
protocol Test {}