From 356b6bb1b7294bc05b786f6a8d3a9cc3febcfc1b Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 10 Aug 2023 19:09:00 +0200 Subject: [PATCH] Fixed test. --- test/test_suite/cast/cast_narrow_alias.c3t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test_suite/cast/cast_narrow_alias.c3t b/test/test_suite/cast/cast_narrow_alias.c3t index 77b106e4e..c8c06de5e 100644 --- a/test/test_suite/cast/cast_narrow_alias.c3t +++ b/test/test_suite/cast/cast_narrow_alias.c3t @@ -1,3 +1,4 @@ +// #target: macos-x64 module abc; def UInt8 = char; fn void! main() @@ -8,9 +9,6 @@ fn void! main() } /* #expect: abc.ll -target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-apple-darwin" -; Function Attrs: nounwind define i64 @abc.main() #0 { entry: %x = alloca i8, align 1