diff --git a/test/compilers/clang-ompss2.nix b/test/compilers/clang-ompss2.nix index db7e820..3907bb8 100644 --- a/test/compilers/clang-ompss2.nix +++ b/test/compilers/clang-ompss2.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { #export NIX_DEBUG=6 clang -fompss-2 hello.c -o hello ./hello - clang -fompss-2 hello.cc -o hello + clang++ -fompss-2 hello.cc -o hello ./hello '';