Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/tests/lit-tests/2856.ispc
2025-05-18 13:04:45 +08:00

8 lines
287 B
Plaintext

// RUN: not %{ispc} -o - -g ../ 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
// RUN: not %{ispc} -o - ../ 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
// CHECK-DIR-NOT: FATAL ERROR: Unhandled signal sent to process
// CHECK-DIR: Error: File {{.*}} is a directory.
void foo() { return; }