Skip to content

Commit

Permalink
CI : osx failingCI : disabling cairo for osx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed Jul 24, 2020
1 parent 012da74 commit 554a8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/contour.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdio.h>
#include "magics_api.h"

#define NUM_FORMATS 3
#define NUM_FORMATS 1


void myprint_error(void* data, const char* msg) {
Expand Down Expand Up @@ -63,7 +63,7 @@ int main() {
mag_setc("contour", "on");
mag_setc("contour_line_colour", "sky");
mag_setc("CONTOUR_HIGHLIGHT_COLOUR", "GREEN");
mag_setc("cjgskljdfkljdontour_label", "on");
mag_setc("dontour_label", "on");
mag_cont();


Expand Down

0 comments on commit 554a8b7

Please sign in to comment.