From 11bd9a0cbc77506b8aca5d7cfa5b874e0bede7d4 Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:03:28 -0800 Subject: [PATCH] Move PTX tests that missed the symlink PR (#1098) --- .../libcudacxx}/cuda/ptx/ptx.red.async.compile.pass.cpp | 0 .../libcudacxx}/cuda/ptx/ptx.st.async.compile.pass.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libcudacxx/{.upstream-tests/test => test/libcudacxx}/cuda/ptx/ptx.red.async.compile.pass.cpp (100%) rename libcudacxx/{.upstream-tests/test => test/libcudacxx}/cuda/ptx/ptx.st.async.compile.pass.cpp (100%) diff --git a/libcudacxx/.upstream-tests/test/cuda/ptx/ptx.red.async.compile.pass.cpp b/libcudacxx/test/libcudacxx/cuda/ptx/ptx.red.async.compile.pass.cpp similarity index 100% rename from libcudacxx/.upstream-tests/test/cuda/ptx/ptx.red.async.compile.pass.cpp rename to libcudacxx/test/libcudacxx/cuda/ptx/ptx.red.async.compile.pass.cpp diff --git a/libcudacxx/.upstream-tests/test/cuda/ptx/ptx.st.async.compile.pass.cpp b/libcudacxx/test/libcudacxx/cuda/ptx/ptx.st.async.compile.pass.cpp similarity index 100% rename from libcudacxx/.upstream-tests/test/cuda/ptx/ptx.st.async.compile.pass.cpp rename to libcudacxx/test/libcudacxx/cuda/ptx/ptx.st.async.compile.pass.cpp