Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
13093b92
Commit
13093b92
authored
May 14, 2019
by
gsamain
Committed by
Xavier Thompson
Jun 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cpp: Fix test case cpp_classes_def: add expected warning
parent
d5f70e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/run/cpp_classes_def.pyx
tests/run/cpp_classes_def.pyx
+5
-1
No files found.
tests/run/cpp_classes_def.pyx
View file @
13093b92
# mode: run
# tag: cpp,
werror,
cpp11
# tag: cpp, cpp11
# cython: experimental_cpp_class_def=True
cdef
double
pi
...
...
@@ -249,3 +249,7 @@ def test_uncopyable_constructor_argument():
cdef
UncopyableConstructorArgument
*
c
=
new
UncopyableConstructorArgument
(
unique_ptr
[
vector
[
int
]](
new
vector
[
int
]()))
del
c
_WARNINGS
=
"""
23:4: Unraisable exception in function 'RegularPolygon.area'.
"""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment