Skip to content

Commit 5455c46

Browse files
committed
Test fix
1 parent d33d776 commit 5455c46

File tree

1 file changed

+1
-1
lines changed
  • annotation-processor-test/src/test/java/io/github/digitalsmile/gpio/types/all

1 file changed

+1
-1
lines changed

annotation-processor-test/src/test/java/io/github/digitalsmile/gpio/types/all/GPIOTypesAll.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import io.github.digitalsmile.annotation.structure.Structs;
77
import io.github.digitalsmile.annotation.structure.Unions;
88

9-
@NativeMemory(headers = "/usr/src/linux-headers-{version}/include/uapi/linux/gpio.h")
9+
@NativeMemory(headers = "/usr/src/linux-headers-${version}/include/uapi/linux/gpio.h")
1010
@NativeMemoryOptions(
1111
processRootConstants = true
1212
)

0 commit comments

Comments
 (0)