Skip to content

Commit

Permalink
[SQUASH ME] fix unittests again >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 13, 2015
1 parent e3338d7 commit 1b35c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/tests-ipv6_nc/tests-ipv6_nc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* another IPv6 addr for testing */
#define OTHER_TEST_IPV6_ADDR { { \
0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, \
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f \
0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f \
} \
}

Expand Down

0 comments on commit 1b35c99

Please sign in to comment.