Skip to content

Commit e712d5f

Browse files
scheiboandrewrk
authored andcommitted
remove reference to removed addTestExe
1 parent 72a7e3d commit e712d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Build/InstallArtifactStep.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn create(builder: *std.Build, artifact: *CompileStep) *InstallArtifactStep
2323
.artifact = artifact,
2424
.dest_dir = artifact.override_dest_dir orelse switch (artifact.kind) {
2525
.obj => @panic("Cannot install a .obj build artifact."),
26-
.@"test" => @panic("Cannot install a test build artifact, use addTestExe instead."),
26+
.@"test" => @panic("Cannot install a .test build artifact, use .test_exe instead."),
2727
.exe, .test_exe => InstallDir{ .bin = {} },
2828
.lib => InstallDir{ .lib = {} },
2929
},

0 commit comments

Comments
 (0)