Fix test.

This commit is contained in:
Christoffer Lerno
2025-02-17 00:03:44 +01:00
parent 0509b40b21
commit 0a93581695

View File

@@ -1,3 +1,4 @@
// #target: macos-x64
module test;
import std;
@@ -15,22 +16,6 @@ fn int main (String[] args)
/* #expect: test.ll
---------------------------------------------------> test.ll
; ModuleID = 'test'
source_filename = "test"
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-apple-macosx11.0.0"
%any = type { ptr, i64 }
%.introspect = type { i8, i64, ptr, i64, i64, i64, [0 x i64] }
%"char[][]" = type { ptr, i64 }
%"char[]" = type { ptr, i64 }
%"any[]" = type { ptr, i64 }
@.str = private unnamed_addr constant [6 x i8] c"aeiou\00", align 1
@test.VOWS = local_unnamed_addr constant ptr @.str, align 8
@.str.3 = private unnamed_addr constant [22 x i8] c"bcdfghjklmnpqrstvwxyz\00", align 1