Fix integration test for oni-cpp
‘oni-c++’ was renamed to ‘oni-cpp’
This commit is contained in:
parent
a4a89f903e
commit
78cf5cb514
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
@test "Opening a .cpp file loads oni-c++" {
|
@test "Opening a .cpp file loads oni-c++" {
|
||||||
run emacs -batch -l package -f package-initialize \
|
run emacs -batch -l package -f package-initialize \
|
||||||
-visit test.cpp \
|
-visit test.cpp \
|
||||||
-eval "(prin1 (featurep 'oni-c++))"
|
-eval "(prin1 (featurep 'oni-cpp))"
|
||||||
|
|
||||||
echo "$output"
|
echo "$output"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue