Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6625d1b

Browse filesBrowse files
format test case
1 parent 72250d7 commit 6625d1b
Copy full SHA for 6625d1b

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
  • c/misra/test/rules/RULE-10-1
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎c/misra/test/rules/RULE-10-1/test.c

Copy file name to clipboardExpand all lines: c/misra/test/rules/RULE-10-1/test.c
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,11 @@ void testInappropriateOperands() {
340340
// u >> f; // NON_COMPILABLE
341341
// u >> cf; // NON_COMPILABLE
342342

343-
b & u; // NON_COMPLIANT
344-
c & u; // NON_COMPLIANT
345-
e1 & u; // NON_COMPLIANT
346-
s & u; // NON_COMPLIANT
347-
u & u; // COMPLIANT
343+
b &u; // NON_COMPLIANT
344+
c &u; // NON_COMPLIANT
345+
e1 &u; // NON_COMPLIANT
346+
s &u; // NON_COMPLIANT
347+
u &u; // COMPLIANT
348348
// f &u; // NON_COMPILABLE
349349
// cf &u; // NON_COMPILABLE
350350

@@ -364,11 +364,11 @@ void testInappropriateOperands() {
364364
// f ^ u; // NON_COMPILABLE
365365
// cf ^ u; // NON_COMPILABLE
366366

367-
u & b; // NON_COMPLIANT
368-
u & c; // NON_COMPLIANT
369-
u & e1; // NON_COMPLIANT
370-
u & s; // NON_COMPLIANT
371-
u & u; // COMPLIANT
367+
u &b; // NON_COMPLIANT
368+
u &c; // NON_COMPLIANT
369+
u &e1; // NON_COMPLIANT
370+
u &s; // NON_COMPLIANT
371+
u &u; // COMPLIANT
372372
// u &f; // NON_COMPILABLE
373373
// u &cf; // NON_COMPILABLE
374374

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.