Skip to content

Commit

Permalink
[one-cmds] Fix minor bug in test (Samsung#10857)
Browse files Browse the repository at this point in the history
This commit removes dummy driver that should be removed.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Jun 6, 2023
1 parent 8e4cd0f commit 0d952ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/one-cmds/tests/onecc_046.test
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ trap_err_onexit()
{
echo "${filename_ext} FAILED"
rm -rf ../bin/dummy-compile
rm -rf ../bin/dummyV2-compile
exit 255
}

Expand Down

0 comments on commit 0d952ce

Please sign in to comment.