1
0
Fork 0

Fix integration test for oni-cpp

‘oni-c++’ was renamed to ‘oni-cpp’
This commit is contained in:
Tom Willemse 2020-01-14 08:11:50 -08:00
parent a4a89f903e
commit 78cf5cb514

View file

@ -3,7 +3,7 @@
@test "Opening a .cpp file loads oni-c++" {
run emacs -batch -l package -f package-initialize \
-visit test.cpp \
-eval "(prin1 (featurep 'oni-c++))"
-eval "(prin1 (featurep 'oni-cpp))"
echo "$output"