"platforms/cuda/src/CudaContext.cpp" did not exist on "17ae3aaeaa7c0518f3ec4a546f0f718f07dd06b3"
Commit 1c40a2d1 authored by Andrew Murray's avatar Andrew Murray
Browse files

Fixed Lint error

parent 31126d59
......@@ -39,9 +39,9 @@ rm testfile
rm_mkdir tmp_dir
[ -d tmp_dir ] || ingest "tmp_dir does not exist"
touch tmp_dir/afile
touch tmp_dir/tmp_file
rm_mkdir tmp_dir
[ -e tmp_dir/afile ] && ingest "tmp_dir/afile should have been deleted"
[ -e tmp_dir/tmp_file ] && ingest "tmp_dir/tmp_file should have been deleted"
rmdir tmp_dir
# Test suppress command
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment